code_checker ~master (2021-10-02T10:56:44.1868403)
Dub
Repo
ParsedCompileCommand
compile_db
user_filerange
The flags in the CompileCommand are extracted and parsed.
@
safe
struct
ParsedCompileCommand {
CompileCommand
cmd
;
ParseFlags
flags
;
}
Members
Variables
cmd
CompileCommand
cmd
;
Undocumented in source.
flags
ParseFlags
flags
;
Undocumented in source.
Meta
Source
See Implementation
compile_db
user_filerange
aliases
CompileCommandsRange
ParsedCompileCommandRange
functions
addCompiler
addSystemIncludes
fileRange
find
limitFileRange
limitOrAllRange
parse
prependFlags
replaceCompiler
structs
LimitFileRange
ParsedCompileCommand
SimpleRange
The flags in the CompileCommand are extracted and parsed.